home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #4 / Amiga Plus CD - 2000 - No. 4.iso / t / HTML2Idx.bak.1 < prev    next >
Text File  |  2000-05-27  |  508b  |  12 lines

  1. set echo off
  2. ;copy html2idx to ram: quiet
  3. set a `requestchoice "AmigaPlusCD Index Creator" "Welchen Modus? (1=Root, 2=SubDir)" "1|2"`
  4. if $a eq 1
  5. list dirs lformat="*<LI*>*<A HREF=*"file:///%F%N/index.html*"*>%N*<*/A*> - *<*/LI*>" >ram:a
  6. join stuff:teil1 ram:a stuff:teil2 TO index.html
  7. quit
  8. else
  9. list dirs lformat="*<LI*>%N - *<*/LI*>" >ram:a
  10. join stuff:teil1 ram:a stuff:teil2 TO index.html
  11. endif
  12. ;list dirs lformat="cd %F%N*ncopy ram:html2idx ""*nhtml2idx" ;Erst aktiviren, wenn ram:a geändert werden kann!